coordinateForPixel

open fun coordinateForPixel(@NonNull() pixel: ScreenCoordinate): Point

Calculates a geographical `coordinate` (i.e., longitude-latitude pair) that correspondsto a `screen coordinate`.The screen coordinate is in `platform pixels`relative to the top left cornerof the map (not of the whole screen).

Return

A geographical `coordinate` corresponding to a given `screen coordinate`.

Parameters

pixel

A `screen coordinate` on the screen in `platform pixels`.